UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The at.allow file must have mode 0600 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-987 GEN003340 SV-45667r1_rule Medium
Description
Permissions more permissive than 0600 (read, write and execute for the owner) may allow unauthorized or malicious access to the at.allow and/or at.deny files.
STIG Date
SUSE Linux Enterprise Server v11 for System z 2016-12-20

Details

Check Text ( C-43033r1_chk )
Check the mode of the at.allow file.
# ls -lL /etc/at.allow
If the at.allow file has a mode more permissive than 0600, this is a finding.
Fix Text (F-39065r1_fix)
Change the mode of the at.allow file.
# chmod 0600 /etc/at.allow